| GUI Help > Dialogs > openDialog | ||||||||||||||
|
openDialog |
||||||||||||||
| str fileName=openDialog(str caption, str fileTypes) | ||||||||||||||
|
Description: Displays a standard open-file dialog. This allows the user to select a file to open. This is usually used for opening and saving documents in a Level Editor for example. |
||||||||||||||
|
Return Value: The filename and path of the file which the user selected. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |